home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO WELCOME TO CONRAD BUTTON'S GAME SERIES
- ECHO.
- ECHO HOW TO START THE GAMES
- ECHO.
- ECHO NEBULA -
- ECHO 1. Be sure the game disk is in drive A
- ECHO 2. Type A: and press Enter
- ECHO 3. Type NEBULA and press Enter
- ECHO.
- ECHO DARK CONTINENT -
- ECHO 1. Be sure the game disk is in drive A
- ECHO 2. Type A: and press Enter
- ECHO 3. Type DARKCON and press Enter
- ECHO.
- ECHO If you are using a graphics monitor that only displays
- ECHO one color you should use the M parameter when starting
- ECHO the games (i.e. NEBULA M).
- ECHO.
- ECHO NOTE: To print out the instructions for the games on your
- ECHO printer restart this file by typing README /P
- IF .%1 == ./P GOTO PRINT
- IF .%1 == ./p GOTO PRINT
- GOTO END
- :PRINT
- ECHO.
- ECHO BE SURE YOUR PRINTER IS ON!
- PAUSE
- ECHO.
- ECHO Printing Document
- TYPE A:README.TXT >PRN
- :END
- ECHO.
- PAUSE